home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / misc / e-n / hsc / src_docs / features / syntax.hsc < prev   
Text File  |  1995-10-03  |  723b  |  22 lines

  1. <$INCLUDE FILE="inc/macro.hsc">
  2. <WEBPAGE chapter="hsc - Features - " title="Syntax Check">
  3.  
  4. <hsc> performs a syntax check with your source. It testes it for
  5. things like missing closing tags, illegal nestings or missing
  6. required tags (e.g. as <TG>HTML</TG>).<P>
  7.  
  8. It also tests some arguments for tags, e.g. allowed values for the
  9. <TT>ALIGN</TT> option of <TG>IMG</TG>.<P>
  10.  
  11. But the syntax checker of <hsc> is not very powerful at the moment.
  12. It, eg. doesn't test if a <TG>LI</TG> is in a list.<P>
  13.  
  14. Anyway, if you need tags and attributes, you can update
  15. <FILE>hsc.prefs</FILE> for your needs, and don't have to wait for
  16. an update of <hsc>.<P>
  17.  
  18. <MAIN>
  19. <PREV href="require.html">
  20. <NEXT href="features/spctags.html">
  21. </WEBPAGE>
  22.